home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / ncurses-5.3.lha / ncurses-5.3 / include / hashsize.h < prev    next >
Text File  |  2002-10-24  |  117b  |  7 lines

  1. /*
  2.  * hashsize.h -- hash and token table constants
  3.  */
  4.  
  5. #define CAPTABSIZE        497
  6. #define HASHTABSIZE    (    497 * 2)
  7.